Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

interop.wsifserviceWrapped
Class InteropDocSvcLocator  view InteropDocSvcLocator download InteropDocSvcLocator.java

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended byinterop.wsifserviceWrapped.InteropDocSvcLocator
All Implemented Interfaces:
InteropDocSvc, javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service

public class InteropDocSvcLocator
extends org.apache.axis.client.Service
implements InteropDocSvc


Nested Class Summary
 
Nested classes inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Field Summary
private  java.lang.String interopDocPort_address
           
private  java.lang.String interopDocPortWSDDServiceName
           
private  java.util.HashSet ports
           
 
Fields inherited from class org.apache.axis.client.Service
_call
 
Constructor Summary
InteropDocSvcLocator()
           
 
Method Summary
 Doc_TestPortType getinteropDocPort()
           
 Doc_TestPortType getinteropDocPort(java.net.URL portAddress)
           
 java.lang.String getinteropDocPortAddress()
           
 java.lang.String getinteropDocPortWSDDServiceName()
           
 java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.rmi.Remote getPort(javax.xml.namespace.QName portName, java.lang.Class serviceEndpointInterface)
          For the given interface, get the stub implementation.
 java.util.Iterator getPorts()
          Returns an Iterator for the list of QNames of service endpoints grouped by this service.
 javax.xml.namespace.QName getServiceName()
          Gets the name of this Service.
 void setinteropDocPortWSDDServiceName(java.lang.String name)
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getReference, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry, setTypeMappingVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.rpc.Service
createCall, createCall, createCall, createCall, getCalls, getHandlerRegistry, getTypeMappingRegistry, getWSDLDocumentLocation
 

Field Detail

interopDocPort_address

private final java.lang.String interopDocPort_address
See Also:
Constant Field Values

interopDocPortWSDDServiceName

private java.lang.String interopDocPortWSDDServiceName

ports

private java.util.HashSet ports
Constructor Detail

InteropDocSvcLocator

public InteropDocSvcLocator()
Method Detail

getinteropDocPortAddress

public java.lang.String getinteropDocPortAddress()
Specified by:
getinteropDocPortAddress in interface InteropDocSvc

getinteropDocPortWSDDServiceName

public java.lang.String getinteropDocPortWSDDServiceName()

setinteropDocPortWSDDServiceName

public void setinteropDocPortWSDDServiceName(java.lang.String name)

getinteropDocPort

public Doc_TestPortType getinteropDocPort()
                                   throws javax.xml.rpc.ServiceException
Specified by:
getinteropDocPort in interface InteropDocSvc

getinteropDocPort

public Doc_TestPortType getinteropDocPort(java.net.URL portAddress)
                                   throws javax.xml.rpc.ServiceException
Specified by:
getinteropDocPort in interface InteropDocSvc

getPort

public java.rmi.Remote getPort(java.lang.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

getPort

public java.rmi.Remote getPort(javax.xml.namespace.QName portName,
                               java.lang.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

getServiceName

public javax.xml.namespace.QName getServiceName()
Description copied from interface: javax.xml.rpc.Service
Gets the name of this Service.

Specified by:
getServiceName in interface javax.xml.rpc.Service

getPorts

public java.util.Iterator getPorts()
Description copied from interface: javax.xml.rpc.Service
Returns an Iterator for the list of QNames of service endpoints grouped by this service.

Specified by:
getPorts in interface javax.xml.rpc.Service