public interface IAccessPointTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
AccessPointDef |
decomposeNode(AccessPointNode apNode) |
GeneratedWsdlContentDef |
generateWSDL(java.lang.String accessPointId) |
GeneratedWsPolicyContentDef |
generateWsPolicy(java.lang.String accessPointId) |
java.lang.String[] |
getServiceDescriptionLanguageUrls(java.lang.String accessPointId) |
java.lang.String |
getSoapEndpointUrl(java.lang.String accessPointId) |
java.lang.String |
getWsdlFileUrl(java.lang.String accessPointId) |
java.lang.String |
getWsPolicyUrl(java.lang.String accessPointId) |
java.lang.String getWsPolicyUrl(java.lang.String accessPointId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGeneratedWsdlContentDef generateWSDL(java.lang.String accessPointId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionGeneratedWsPolicyContentDef generateWsPolicy(java.lang.String accessPointId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAccessPointDef decomposeNode(AccessPointNode apNode) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getWsdlFileUrl(java.lang.String accessPointId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getServiceDescriptionLanguageUrls(java.lang.String accessPointId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getSoapEndpointUrl(java.lang.String accessPointId)
throws java.rmi.RemoteException
java.rmi.RemoteException