|
org.netbeans.modules.j2ee.dd/1 1.13.0 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceRef
Generated interface for ServiceRef element.
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Field Summary | |
|---|---|
static String |
HANDLER
|
static String |
JAXRPC_MAPPING_FILE
|
static String |
PORT_COMPONENT_REF
|
static String |
SERVICE_INTERFACE
|
static String |
SERVICE_QNAME
|
static String |
SERVICE_REF_NAME
|
static String |
WSDL_FILE
|
| Method Summary | |
|---|---|
int |
addHandler(ServiceRefHandler valueInterface)
Adds handler element. |
int |
addPortComponentRef(PortComponentRef valueInterface)
Adds port-component-ref element. |
ServiceRefHandler[] |
getHandler()
Getter for handler elements. |
ServiceRefHandler |
getHandler(int index)
Getter for handler element. |
ServiceRefHandlerChains |
getHandlerChains()
|
String |
getJaxrpcMappingFile()
Getter for jaxrpc-mapping-file property. |
String |
getMappedName()
|
PortComponentRef[] |
getPortComponentRef()
Getter for port-component-ref elements. |
PortComponentRef |
getPortComponentRef(int index)
Getter for port-component-ref element. |
String |
getServiceInterface()
Getter for service-interface property. |
String |
getServiceQname()
Getter for service-qname property. |
String |
getServiceRefName()
Getter for service-ref-name property. |
URI |
getWsdlFile()
Getter for wsdl-file property. |
PortComponentRef |
newPortComponentRef()
|
ServiceRefHandler |
newServiceRefHandler()
|
ServiceRefHandlerChains |
newServiceRefHandlerChains()
|
int |
removeHandler(ServiceRefHandler valueInterface)
Removes handler element. |
int |
removePortComponentRef(PortComponentRef valueInterface)
Removes port-component-ref element. |
void |
setHandler(int index,
ServiceRefHandler valueInterface)
Setter for handler element. |
void |
setHandler(ServiceRefHandler[] value)
Setter for handler elements. |
void |
setHandlerChains(ServiceRefHandlerChains valueInterface)
|
void |
setJaxrpcMappingFile(String value)
Setter for jaxrpc-mapping-file property. |
void |
setMappedName(String value)
|
void |
setPortComponentRef(int index,
PortComponentRef valueInterface)
Setter for port-component-ref element. |
void |
setPortComponentRef(PortComponentRef[] value)
Setter for port-component-ref elements. |
void |
setServiceInterface(String value)
Setter for service-interface property. |
void |
setServiceQname(String value)
Setter for service-qname property. |
void |
setServiceRefName(String value)
Setter for service-ref-name property. |
void |
setWsdlFile(URI value)
Setter for wsdl-file property. |
int |
sizeHandler()
Returns size of handler elements. |
int |
sizePortComponentRef()
Returns size of port-component-ref elements. |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean |
|---|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface |
|---|
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface |
|---|
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability |
|---|
addBean, addBean, createBean |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability |
|---|
findBeanByName |
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface |
|---|
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
| Field Detail |
|---|
static final String SERVICE_REF_NAME
static final String SERVICE_INTERFACE
static final String WSDL_FILE
static final String JAXRPC_MAPPING_FILE
static final String SERVICE_QNAME
static final String PORT_COMPONENT_REF
static final String HANDLER
| Method Detail |
|---|
void setServiceRefName(String value)
value - property valueString getServiceRefName()
void setServiceInterface(String value)
value - property valueString getServiceInterface()
void setWsdlFile(URI value)
value - property valueURI getWsdlFile()
void setJaxrpcMappingFile(String value)
value - property valueString getJaxrpcMappingFile()
void setServiceQname(String value)
value - property valueString getServiceQname()
void setPortComponentRef(int index,
PortComponentRef valueInterface)
index - position in the array of elementsvalueInterface - port-component-ref element (PortComponentRef object)PortComponentRef getPortComponentRef(int index)
index - position in the array of elements
void setPortComponentRef(PortComponentRef[] value)
value - array of port-component-ref elements (PortComponentRef objects)PortComponentRef[] getPortComponentRef()
int sizePortComponentRef()
int addPortComponentRef(PortComponentRef valueInterface)
valueInterface - port-component-ref element (PortComponentRef object)
int removePortComponentRef(PortComponentRef valueInterface)
valueInterface - port-component-ref element (PortComponentRef object)
void setHandler(int index,
ServiceRefHandler valueInterface)
index - position in the array of elementsvalueInterface - handler element (SeviceRefHandler object)ServiceRefHandler getHandler(int index)
index - position in the array of elements
void setHandler(ServiceRefHandler[] value)
value - array of handler elements (SeviceRefHandler objects)ServiceRefHandler[] getHandler()
int sizeHandler()
int addHandler(ServiceRefHandler valueInterface)
valueInterface - handler element (SeviceRefHandler object)
int removeHandler(ServiceRefHandler valueInterface)
valueInterface - handler element (SeviceRefHandler object)
void setMappedName(String value)
throws VersionNotSupportedException
VersionNotSupportedException
String getMappedName()
throws VersionNotSupportedException
VersionNotSupportedException
void setHandlerChains(ServiceRefHandlerChains valueInterface)
throws VersionNotSupportedException
VersionNotSupportedException
ServiceRefHandlerChains getHandlerChains()
throws VersionNotSupportedException
VersionNotSupportedException
PortComponentRef newPortComponentRef()
throws VersionNotSupportedException
VersionNotSupportedException
ServiceRefHandler newServiceRefHandler()
throws VersionNotSupportedException
VersionNotSupportedException
ServiceRefHandlerChains newServiceRefHandlerChains()
throws VersionNotSupportedException
VersionNotSupportedException
|
org.netbeans.modules.j2ee.dd/1 1.13.0 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||