org.eclipse.higgins.sts.binding.axis1x.client
Class TokenServiceLocator

java.lang.Object
  extended by org.apache.axis.client.Service
      extended by org.eclipse.higgins.sts.binding.axis1x.client.TokenServiceLocator
All Implemented Interfaces:
Serializable, Referenceable, javax.xml.rpc.Service, org.eclipse.higgins.sts.binding.axis1x.service.TokenService

public class TokenServiceLocator
extends org.apache.axis.client.Service
implements org.eclipse.higgins.sts.binding.axis1x.service.TokenService

See Also:
Serialized Form

Constructor Summary
TokenServiceLocator()
           
TokenServiceLocator(org.apache.axis.EngineConfiguration config)
           
TokenServiceLocator(String wsdlLoc, javax.xml.namespace.QName sName)
           
 
Method Summary
 org.xmlsoap.schemas.ws._2004._09.transfer.Resource getMetadata()
           
 org.xmlsoap.schemas.ws._2004._09.transfer.Resource getMetadata(URL portAddress)
           
 String getMetadataAddress()
           
 String getMetadataWSDDServiceName()
           
 Remote getPort(Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Remote getPort(javax.xml.namespace.QName portName, Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 Iterator getPorts()
           
 javax.xml.namespace.QName getServiceName()
           
 org.xmlsoap.schemas.ws._2005._02.trust.wsdl.SecurityTokenService getTrust()
           
 org.xmlsoap.schemas.ws._2005._02.trust.wsdl.SecurityTokenService getTrust(URL portAddress)
           
 String getTrustAddress()
           
 String getTrustWSDDServiceName()
           
 void setEndpointAddress(javax.xml.namespace.QName portName, String address)
          Set the endpoint address for the specified port name.
 void setEndpointAddress(String portName, String address)
          Set the endpoint address for the specified port name.
 void setMetadataEndpointAddress(String address)
           
 void setMetadataWSDDServiceName(String name)
           
 void setTrustEndpointAddress(String address)
           
 void setTrustWSDDServiceName(String name)
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getCacheWSDL, getCall, getCalls, getEngine, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Constructor Detail

TokenServiceLocator

public TokenServiceLocator()

TokenServiceLocator

public TokenServiceLocator(org.apache.axis.EngineConfiguration config)

TokenServiceLocator

public TokenServiceLocator(String wsdlLoc,
                           javax.xml.namespace.QName sName)
                    throws javax.xml.rpc.ServiceException
Throws:
javax.xml.rpc.ServiceException
Method Detail

getTrustAddress

public String getTrustAddress()
Specified by:
getTrustAddress in interface org.eclipse.higgins.sts.binding.axis1x.service.TokenService

getTrustWSDDServiceName

public String getTrustWSDDServiceName()

setTrustWSDDServiceName

public void setTrustWSDDServiceName(String name)

getTrust

public org.xmlsoap.schemas.ws._2005._02.trust.wsdl.SecurityTokenService getTrust()
                                                                          throws javax.xml.rpc.ServiceException
Specified by:
getTrust in interface org.eclipse.higgins.sts.binding.axis1x.service.TokenService
Throws:
javax.xml.rpc.ServiceException

getTrust

public org.xmlsoap.schemas.ws._2005._02.trust.wsdl.SecurityTokenService getTrust(URL portAddress)
                                                                          throws javax.xml.rpc.ServiceException
Specified by:
getTrust in interface org.eclipse.higgins.sts.binding.axis1x.service.TokenService
Throws:
javax.xml.rpc.ServiceException

setTrustEndpointAddress

public void setTrustEndpointAddress(String address)

getMetadataAddress

public String getMetadataAddress()
Specified by:
getMetadataAddress in interface org.eclipse.higgins.sts.binding.axis1x.service.TokenService

getMetadataWSDDServiceName

public String getMetadataWSDDServiceName()

setMetadataWSDDServiceName

public void setMetadataWSDDServiceName(String name)

getMetadata

public org.xmlsoap.schemas.ws._2004._09.transfer.Resource getMetadata()
                                                               throws javax.xml.rpc.ServiceException
Specified by:
getMetadata in interface org.eclipse.higgins.sts.binding.axis1x.service.TokenService
Throws:
javax.xml.rpc.ServiceException

getMetadata

public org.xmlsoap.schemas.ws._2004._09.transfer.Resource getMetadata(URL portAddress)
                                                               throws javax.xml.rpc.ServiceException
Specified by:
getMetadata in interface org.eclipse.higgins.sts.binding.axis1x.service.TokenService
Throws:
javax.xml.rpc.ServiceException

setMetadataEndpointAddress

public void setMetadataEndpointAddress(String address)

getPort

public Remote getPort(Class serviceEndpointInterface)
               throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Specified by:
getPort in interface javax.xml.rpc.Service
Overrides:
getPort in class org.apache.axis.client.Service
Throws:
javax.xml.rpc.ServiceException

getPort

public Remote getPort(javax.xml.namespace.QName portName,
                      Class serviceEndpointInterface)
               throws javax.xml.rpc.ServiceException
For the given interface, get the stub implementation. If this service has no port for the given interface, then ServiceException is thrown.

Specified by:
getPort in interface javax.xml.rpc.Service
Overrides:
getPort in class org.apache.axis.client.Service
Throws:
javax.xml.rpc.ServiceException

getServiceName

public javax.xml.namespace.QName getServiceName()
Specified by:
getServiceName in interface javax.xml.rpc.Service
Overrides:
getServiceName in class org.apache.axis.client.Service

getPorts

public Iterator getPorts()
Specified by:
getPorts in interface javax.xml.rpc.Service
Overrides:
getPorts in class org.apache.axis.client.Service

setEndpointAddress

public void setEndpointAddress(String portName,
                               String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException

setEndpointAddress

public void setEndpointAddress(javax.xml.namespace.QName portName,
                               String address)
                        throws javax.xml.rpc.ServiceException
Set the endpoint address for the specified port name.

Throws:
javax.xml.rpc.ServiceException