org.mactor.brokers.soap.wsdl
Class Wsdl

java.lang.Object
  extended by org.mactor.brokers.soap.wsdl.Wsdl

public class Wsdl
extends java.lang.Object


Nested Class Summary
static class Wsdl.OperationInfo
           
 
Field Summary
static java.lang.String DEFAULT_SOAP_ENCODING_STYLE
          The default SOAP encoding to use.
 
Constructor Summary
Wsdl(java.io.File file)
           
Wsdl(java.net.URL url)
           
 
Method Summary
 java.util.List<Wsdl.OperationInfo> getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SOAP_ENCODING_STYLE

public static final java.lang.String DEFAULT_SOAP_ENCODING_STYLE
The default SOAP encoding to use.

See Also:
Constant Field Values
Constructor Detail

Wsdl

public Wsdl(java.net.URL url)
     throws java.lang.Exception
Throws:
java.lang.Exception

Wsdl

public Wsdl(java.io.File file)
     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getOperations

public java.util.List<Wsdl.OperationInfo> getOperations()


Copyright © 2008. All Rights Reserved.