org.idoox.wasp.tools.java2wsdl
Class Java2WSDL.ServiceDefinition

java.lang.Object
  extended byorg.idoox.wasp.tools.java2wsdl.Java2WSDL.ServiceDefinition
Enclosing class:
Java2WSDL

public static class Java2WSDL.ServiceDefinition
extends java.lang.Object

Service definition.

Used by Java2WSDL.setServiceMapping(java.util.Map) method.


Field Summary
 java.lang.String endpointURI
          EndpointURI.
 java.lang.String wsdlServiceName
          WSDL service name (might be null).
 
Constructor Summary
Java2WSDL.ServiceDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsdlServiceName

public java.lang.String wsdlServiceName
WSDL service name (might be null).


endpointURI

public java.lang.String endpointURI
EndpointURI.

Constructor Detail

Java2WSDL.ServiceDefinition

public Java2WSDL.ServiceDefinition()